Selerix Developer Tools
DateToStringWithMaxDefault(Nullable<DateTime>) Method






Selerix.Foundation Assembly > Selerix.Foundation.Data Namespace > Utils Class > DateToStringWithMaxDefault Method : DateToStringWithMaxDefault(Nullable<DateTime>) Method
DateTime to String conversion.
Syntax
'Declaration
 
Public Overloads Shared Function DateToStringWithMaxDefault( _
   ByVal date As Nullable(Of Date) _
) As String
'Usage
 
Dim date As Nullable(Of Date)
Dim value As String
 
value = Utils.DateToStringWithMaxDefault(date)
public static string DateToStringWithMaxDefault( 
   Nullable<DateTime> date
)
public function DateToStringWithMaxDefault( 
    date: Nullable
): String; static; 
public static function DateToStringWithMaxDefault( 
   date : Nullable
) : String;
public: static string* DateToStringWithMaxDefault( 
   Nullable<DateTime> date
) 
public:
static String^ DateToStringWithMaxDefault( 
   Nullable<DateTime> date
) 

Parameters

date
See Also

Reference

Utils Class
Utils Members
Overload List